home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2003-04-14  |  1.2 KB  |  60 lines

  1. object Form2: TForm2
  2.   Left = 426
  3.   Top = 93
  4.   Width = 467
  5.   Height = 303
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object FlatMemo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 459
  22.     Height = 276
  23.     Align = alClient
  24.     Color = clWhite
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     Lines.Strings = (
  31.       'Scan....')
  32.     ParentFont = False
  33.     ParentShowHint = False
  34.     ReadOnly = True
  35.     ShowHint = False
  36.     TabOrder = 0
  37.   end
  38.   object Timer1: TTimer
  39.     Enabled = False
  40.     Interval = 1
  41.     OnTimer = Timer1Timer
  42.     Left = 200
  43.     Top = 124
  44.   end
  45.   object rx1: TRxFolderMonitor
  46.     Filter = [fnFileName]
  47.     MonitorSubtree = False
  48.     OnChange = rx1Change
  49.     Left = 228
  50.     Top = 124
  51.   end
  52.   object rx2: TRxFolderMonitor
  53.     Filter = [fnFileName]
  54.     MonitorSubtree = False
  55.     OnChange = rx1Change
  56.     Left = 228
  57.     Top = 152
  58.   end
  59. end
  60.